projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26a370
)
Update settings tests
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Sep 2021 21:16:08 +0000
(17:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Sep 2021 21:16:08 +0000
(17:16 -0400)
We have a new setting, so the test that is counting
settings needs an update.
testsuite/tools/settings.in
patch
|
blob
|
history
diff --git
a/testsuite/tools/settings.in
b/testsuite/tools/settings.in
index ab2f0d8a9cd186bbf6c79cc941f5f889df14fa91..ea7ae6a67bfb3f0f18007b1f758617de6e8bb422 100755
(executable)
--- a/
testsuite/tools/settings.in
+++ b/
testsuite/tools/settings.in
@@
-10,7
+10,7
@@
echo "1..1"
name=gtk-query-settings
result=$TEST_RESULT_DIR/$name.out
$GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq
49
]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq
50
]; then
echo "ok 1 $name"
else
echo "not ok 1 $name"